Skip to content

Update Node.js core modules #62201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025
Merged

Conversation

Renegade334
Copy link
Contributor

Synchronises some upstream changes to builtin modules.

@@ -3518,7 +3486,7 @@ ts.JsTyping.discoverTypings::
"enable": true
},
"unresolvedImports": [
"node:zlib",
"node:quic",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was very confused why everything in this list got changed until I realized it's because one module was removed and one was added, so the diff makes it look like the code shifted

@@ -1330,38 +1330,6 @@ TI:: [hh:mm:ss:mss] Finished typings discovery:
]
}

ts.JsTyping.discoverTypings::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entire log was removed; is the test testing something that was removed and needs to be updated?

Copy link
Contributor Author

@Renegade334 Renegade334 Aug 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's due to a removed "unqualified" module from the list (test/mock_loader), which was an internal module that was previously populated onto the public list, so there's one less resolution.

@github-project-automation github-project-automation bot moved this from Not started to Needs merge in PR Backlog Aug 11, 2025
@jakebailey jakebailey merged commit e39d577 into microsoft:main Aug 11, 2025
33 checks passed
@github-project-automation github-project-automation bot moved this from Needs merge to Done in PR Backlog Aug 11, 2025
@Renegade334 Renegade334 deleted the update-node-modules branch August 11, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants